home *** CD-ROM | disk | FTP | other *** search
- @echo off
- SHOW-PCX BLUE.PCX split
-
- gtext " WHAT IS SHOW MAKER ?" 1 1 14 90
- gtext " ~~~~~~~~~~~~~~~~~~~~" 2 1 14 90
- gtext " Show Maker is a tool that you " 3 1 14 95
- gtext " can use to create professional" 4 1 14 95
- gtext " presentations and tutorials." 5 1 14 95
-
- gtext " You will need to learn the Show " 7 1 14 95
- gtext " Maker commands. These commands " 8 1 14 95
- gtext " are put into a batch (.bat) file" 9 1 14 95
- gtext " with the word processor. You can " 10 1 14 95
- gtext " add your images, speech and music " 11 1 14 95
- gtext " to these batch files. " 12 1 14 95
-
- gtext " Press any key to continue." 24 1 8 100
- KEY
- SHOW-PCX BLUE.PCX RANDOM FAST
-
- gtext " QUICK & EASY TUTORIAL " 1 1 14 90
- gtext " ~~~~~~~~~~~~~~~~~~~~~ " 2 1 14 90
-
- gtext " Let's take a closer look at how to " 5 1 8 95
- gtext " combine the Show Maker commands." 6 1 8 95
-
- gtext " COMMAND DESCRIPTION " 8 1 8 95
- gtext " ═══════ ═══════════ " 9 1 8 95
- gtext " SHOW-PCX The SHOW-PCX command will" 10 1 8 95
- gtext " display a PCX graphic file" 11 1 8 95
- gtext " up to Super VGA format. " 12 1 8 95
-
- gtext " KEY The KEY command will wait " 14 1 8 95
- gtext " for the user to press a key. " 15 1 8 95
-
- gtext " EXAMPLE " 17 1 8 170
- gtext " ═══════ " 18 1 8 170
- gtext " SHOW-PCX TITLE.PCX " 19 1 8 165
- gtext " KEY " 20 1 8 165
-
- gtext " Press any key to view this example." 23 1 8 100
-
- key
- clear blue.pcx weave
- SHOW-PCX TITLE.PCX weave
- KEY
- clear TITLE.pcx weave
- SHOW-PCX blue.PCX spiral r
-
- gtext " QUICK & EASY TUTORIAL " 1 1 14 90
- gtext " ~~~~~~~~~~~~~~~~~~~~~ " 2 1 14 90
-
- gtext " Now let's add some SPEECH to this " 5 1 8 95
- gtext " example." 6 1 8 95
-
- gtext " COMMAND DESCRIPTION " 8 1 8 95
- gtext " ═══════ ═══════════ " 9 1 8 95
- gtext " PLAY The PLAY command will play" 10 1 8 95
- gtext " VOC, WAV, CMF & MID files." 11 1 8 95
- gtext " If no sound board is found, " 12 1 8 95
- gtext " the VOC file will play thru " 13 1 8 95
- gtext " the PC speaker. " 14 1 8 95
-
- gtext " EXAMPLE " 16 1 8 170
- gtext " ═══════ " 17 1 8 170
- gtext " SHOW-PCX TITLE.PCX " 18 1 8 165
- gtext " PLAY WELCOME.VOC" 19 1 8 165
- gtext " KEY " 20 1 8 165
-
- gtext " Press any key to hear this example." 23 1 8 100
-
- key
- clear blue.pcx spiral
- SHOW-PCX TITLE.PCX spiral
- PLAY WELCOME.VOC
- KEY
- clear TITLE.pcx spiral r
-
- SHOW-PCX blue.PCX explode r
-
- gtext " QUICK & EASY TUTORIAL " 1 1 14 90
- gtext " ~~~~~~~~~~~~~~~~~~~~~ " 2 1 14 90
-
- gtext " Now let's add a SCREEN EFFECT to this " 5 1 8 95
- gtext " example." 6 1 8 95
-
- gtext " COMMAND DESCRIPTION " 8 1 8 95
- gtext " ═══════ ═══════════ " 9 1 8 95
- gtext " CLEAR The CLEAR command is used" 10 1 8 95
- gtext " to clear the screen with 20 " 11 1 8 95
- gtext " screen effects (Sand, Split," 12 1 8 95
- gtext " Crush, Slide, Fade, Spiral," 13 1 8 95
- gtext " Diagonal and many more). " 14 1 8 95
-
- gtext " EXAMPLE " 16 1 8 170
- gtext " ═══════ " 17 1 8 170
- gtext " SHOW-PCX TITLE.PCX " 18 1 8 165
- gtext " PLAY WELCOME.VOC " 19 1 8 165
- gtext " KEY " 20 1 8 165
- gtext " CLEAR TITLE.PCX FADE " 21 1 8 165
-
- gtext " Press any key to view this example." 23 1 8 100
-
- key
- clear blue.pcx explode
- SHOW-PCX TITLE.PCX explode r
- PLAY WELCOME.VOC
- KEY
- CLEAR TITLE.PCX FADE
-
- SHOW-PCX yellow.PCX split slow
-
- gtext " THAT'S IT - With these basic" 1 1 14 200
- gtext " commands you can create your" 2 1 14 200
- gtext " talking slide show. This" 3 1 14 200
- gtext " is just a small example of " 4 1 14 200
- gtext " the capabilities of this new" 5 1 14 200
- gtext " and innovative package. " 6 1 14 200
-
- gtext " Please review the entire " 8 1 14 200
- gtext " tutorial and read the User " 9 1 14 200
- gtext " Manual to learn more about " 10 1 14 200
- gtext " the Show Maker commands " 11 1 14 200
- gtext " and how to use them. " 12 1 14 200
-
- gtext " Press any key to continue." 24 1 8 100
- KEY
-
- SHOW-PCX blue.PCX explode r
-
- gtext " OTHER COMMANDS " 1 1 14 90
- gtext " ~~~~~~~~~~~~~~ " 2 1 14 90
- gtext " COMMAND DESCRIPTION " 5 1 8 95
- gtext " ═══════ ═══════════ " 6 1 8 95
- gtext " SHOW The SHOW command is used" 7 1 8 95
- gtext " to display PCX, GIF, PIC," 8 1 8 95
- gtext " TIF and TGA graphic files." 9 1 8 95
-
- gtext " GTEXT The GTEXT command is used" 11 1 8 95
- gtext " to display text on top of " 12 1 8 95
- gtext " the graphic screen." 13 1 8 95
-
- gtext " DELAY Will wait for 1 second." 15 1 8 85
- gtext " DELAY 3 Will wait for 3 second." 16 1 8 85
- gtext " DELAY 9 300 seconds is the maximum." 17 1 8 85
-
- gtext " The DELAY command will stop" 19 1 8 90
- gtext " when the user presses any" 20 1 8 90
- gtext " key. Use this for a self" 21 1 8 90
- gtext " running demo or tutorial." 22 1 8 90
-
- gtext " Press any key to continue." 24 1 8 100
- key
-
- SHOW-PCX BLUE.PCX WEAVE
-
- gtext " GTEXT COMMAND " 1 1 14 90
- gtext " ~~~~~~~~~~~~~ " 2 1 14 90
-
- gtext " How to use the GTEXT command: " 5 1 8 95
- gtext " ┌────Row" 7 1 8 90
- gtext " │ ┌───Column" 8 1 8 95
- gtext " │ │ ┌──Size" 9 1 8 100
- gtext " │ │ │ ┌──Color" 10 1 8 105
- gtext " │ │ │ │ ┌─Bcolor" 11 1 8 110
- gtext " │ │ │ │ │" 12 1 8 110
- gtext "GTEXT ``YOUR TEXT''12 21 8 80 260" 13 1 8 210 130
-
- gtext " ROW = 0 to 24 for 8 point size." 15 1 8 90
- gtext " 0 to 12 for 16 point size." 16 1 8 90
- gtext "COLUMN = 0 to 40 for VGA mode." 17 1 8 95
- gtext " SIZE = 8 or 14 or 16 point size." 18 1 8 100
- gtext " COLOR = 0 to 255 for VGA mode." 19 1 8 105
- gtext "BCOLOR = Background color, 0 to 255" 20 1 8 110
- gtext " for VGA mode, if Bcolor > 255" 21 1 8 110
- gtext " then transparent background." 22 1 8 110
-
- gtext " Press any key to continue." 24 1 8 100
- key
- clear blue.pcx
- show-pcx BLACK.pcx explode r
-
- GTEXT " Let's look at some text colors." 0 4 8 170 260
- GTEXT "███████████████ Text Color = 10 " 1 4 8 10 250
- GTEXT "███████████████ Text Color = 30 " 2 4 8 30 250
- GTEXT "███████████████ Text Color = 40 " 3 4 8 40 250
- GTEXT "███████████████ Text Color = 50 " 4 4 8 50 250
- GTEXT "███████████████ Text Color = 60 " 5 4 8 60 250
- GTEXT "███████████████ Text Color = 70 " 6 4 8 70 250
- GTEXT "███████████████ Text Color = 80 " 7 4 8 80 250
- GTEXT "███████████████ Text Color = 90 " 8 4 8 90 250
- GTEXT "███████████████ Text Color = 100 " 9 4 8 100 250
- GTEXT "███████████████ Text Color = 110 " 10 4 8 110 250
- GTEXT "███████████████ Text Color = 120 " 11 4 8 120 250
- GTEXT "███████████████ Text Color = 130 " 12 4 8 130 250
- GTEXT "███████████████ Text Color = 140 " 13 4 8 140 250
- GTEXT "███████████████ Text Color = 150 " 14 4 8 150 250
- GTEXT "███████████████ Text Color = 160 " 15 4 8 160 250
- GTEXT "███████████████ Text Color = 170 " 16 4 8 170 250
- GTEXT "███████████████ Text Color = 180 " 17 4 8 180 250
- GTEXT "███████████████ Text Color = 190 " 18 4 8 190 250
- GTEXT "███████████████ Text Color = 200 " 19 4 8 200 250
- GTEXT "███████████████ Text Color = 210 " 20 4 8 210 250
- GTEXT "███████████████ Text Color = 220 " 21 4 8 220 250
- GTEXT "███████████████ Text Color = 230 " 22 4 8 230 250
- GTEXT "███████████████ Text Color = 240 " 23 4 8 240 250
- gtext " Press any key to continue." 24 1 8 170
- key
- clear red.pcx crush r
-
-
- :MENU5
- SHOW-PCX blue.PCX split
-
- gtext " KEY & CONTROL TUTORIAL " 1 1 14 90
- gtext " ~~~~~~~~~~~~~~~~~~~~~~ " 2 1 14 90
-
- gtext " You can control the flow of your" 5 1 8 95
- gtext " creation. Yon can also interact" 6 1 8 95
- gtext " with the user of your creation." 7 1 8 95
-
- gtext " COMMAND DESCRIPTION " 9 1 8 95
- gtext " ═══════ ═══════════ " 10 1 8 95
- gtext " KEY The KEY command will wait for" 11 1 8 95
- gtext " the user to press any key." 12 1 8 95
-
- gtext " KEY YN Will wait for the user to " 14 1 8 95
- gtext " answer a question or enter" 15 1 8 95
- gtext " KEY 123 a menu selection. KEY will" 16 1 8 95
- gtext " allow up to 40 characters." 17 1 8 95
- gtext " KEY 123Q This command will allow" 18 1 8 95
- gtext " you to interact with the" 19 1 8 95
- gtext " user and go to specific " 20 1 8 95
- gtext " screens in your creation." 21 1 8 95
- gtext " The IF and GOTO commands" 22 1 8 95
- gtext " are used with this command." 23 1 8 95
-
- gtext " Press any key to continue." 24 1 8 150
- key
-
- SHOW-PCX BLUE.PCX SLIDE
-
- gtext " CONTROL COMMANDS " 1 1 14 90
- gtext " ~~~~~~~~~~~~~~~~ " 2 1 14 90
-
- gtext " COMMAND DESCRIPTION " 6 1 8 95
- gtext " ═══════ ═══════════ " 7 1 8 95
- gtext " IF Will check the response" 8 1 8 90
- gtext " from the KEY command." 9 1 8 90
-
- gtext " GOTO Will jump to a specific" 11 1 8 95
- gtext " point in the program." 12 1 8 95
- gtext " Use this to control the" 13 1 8 95
- gtext " flow of your program." 14 1 8 95
-
- gtext " CLEANUP This should be the last" 16 1 8 100
- gtext " command in your batch" 17 1 8 100
- gtext " file. This will CLEANUP" 18 1 8 100
- gtext " memory, display and temp" 19 1 8 100
- gtext " disk space." 20 1 8 100
- gtext "* REQUIRED *" 20 24 8 190
- gtext " ════════" 21 24 8 200
- gtext " Read the USERS MANUAL for more info.." 22 1 8 110
- gtext " Press any key to continue." 24 1 8 150
- key
- clear blue.pcx
- CALL EXAMPLE4.BAT